NevronOpenVision
Nevron.Nov.DataStructures Namespace / NObjectEqualsFilter<T> Class / Filter Method
object to filter
In This Topic
    Filter Method (NObjectEqualsFilter<T>)
    In This Topic
    Returns true, if the item is equal to the specified item. This operation uses the item Object.Equals virtual method.
    Syntax
    public System.bool Filter( 
       T item
    )

    Parameters

    item
    object to filter

    Return Value

    true if the contained filter returned false, false if the contained filter returned true
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also